home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-gtk2.postinst < prev    next >
Text File  |  2009-09-01  |  310b  |  13 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. # Cleanup for bytecompiled files in the former package version
  5. rm -f /usr/lib/python2.[34]/site-packages/pygtk.py[co]
  6.  
  7. # Automatically added by dh_pysupport
  8. if which update-python-modules >/dev/null 2>&1; then
  9.     update-python-modules  python-gtk2.public
  10. fi
  11. # End automatically added section
  12.  
  13.